En esta página puede obtener un análisis detallado de una palabra o frase, producido utilizando la mejor tecnología de inteligencia artificial hasta la fecha:
общая лексика
протокол Xmodem
полудуплексный протокол пересылки файлов (блоками по 128 байт с контролем по CRC) между компьютерами по телефонным линиям. Создатель и программист первой BBS Уод Христенсен (Ward Christiansen) разработал его для 8-разрядных CP/M-80 ПК в 1977 г. и сделал общедоступным (см. public domain). Этот протокол имеется во всех коммуникационных программах для ПК и используется для пересылки файлов с BBS. Существуют расширения протокола Xmodem: Xmodem-CRC и Xmodem-1K
Смотрите также
общая лексика
not acknowledged, negative acknowledgment
нет подтверждения
по контексту сигнал, код, символ NAK
отрицательная квитанция
аббревиатура для символа ASCII с кодом 21 (15h). Он посылается в некоторых протоколах (Xmodem) передающей станции, если пакет данных не получен в ожидаемое время или содержит ошибки
антоним
существительное
общая лексика
негативное знание
синоним
XMODEM is a simple file transfer protocol developed as a quick hack by Ward Christensen for use in his 1977 MODEM.ASM terminal program. It allowed users to transmit files between their computers when both sides used MODEM. Keith Petersen made a minor update to always turn on "quiet mode", and called the result XMODEM.
XMODEM, like most file transfer protocols, breaks up the original data into a series of "packets" that are sent to the receiver, along with additional information allowing the receiver to determine whether that packet was correctly received. If an error is detected, the receiver requests that the packet be re-sent. A string of bad packets causes the transfer to abort.
XMODEM became extremely popular in the early bulletin board system (BBS) market, largely because it was simple to implement. It was also fairly inefficient, and as modem speeds increased, this problem led to the development of a number of modified versions of XMODEM to improve performance or address other problems with the protocol. Christensen believed his original XMODEM to be "the single most modified program in computing history".
Chuck Forsberg collected a number of common modifications into his YMODEM protocol, but poor implementation led to a further fracturing before they were re-unified by his later ZMODEM protocol. ZMODEM became very popular, but never completely replaced XMODEM in the BBS market.